home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 111 / PC Guia 111.iso / Software / Utils / NetObjects Fusion 7.0 / NOF7Trial.exe / data1.cab / Fsi_-_English / Update / global.css < prev    next >
Cascading Style Sheet File  |  2002-06-12  |  483b  |  31 lines

  1. BODY {
  2.     background-color:#D4D0C8;
  3.     padding:5px;
  4.     margin:0px;
  5. }
  6.  
  7. BODY, TD, P,INPUT,SELECT,TEXTAREA {
  8.     font-size:8px;
  9.     font-family:MS Sans Serif;
  10. }
  11. .topbar {
  12.     background-image: url("images/border-top.gif");
  13.     background-position: bottom;
  14.     background-repeat: repeat-x;
  15. }
  16.  
  17. .tabshow {
  18.     display: inline;
  19.     visibility: visible;
  20. }
  21.  
  22. .tabhide {
  23.     display: none;
  24.     visibility: hidden;
  25. }
  26.  
  27. .linkStyle {
  28.     color: rgb(0,0,255);
  29.     text-decoration: underline;
  30.     cursor: hand;
  31. }